aboutsummaryrefslogtreecommitdiffstats
path: root/config/waybar/style/[Light] Monochrome Contrast.css
diff options
context:
space:
mode:
authorJaKooLit <ejhay.games@gmail.com>2024-06-07 16:33:38 +0900
committerJaKooLit <ejhay.games@gmail.com>2024-06-07 16:33:38 +0900
commitaa7beb9d88ece969103b86063cd7559fb293b6c2 (patch)
tree7bcd4a119182162dd0be64ee2f2e26c34a9c0a80 /config/waybar/style/[Light] Monochrome Contrast.css
parent25259738a8159702c011bae694f5ee728db10249 (diff)
Waybar CSS styles clean up
Added Kill active window
Diffstat (limited to 'config/waybar/style/[Light] Monochrome Contrast.css')
-rw-r--r--config/waybar/style/[Light] Monochrome Contrast.css35
1 files changed, 10 insertions, 25 deletions
diff --git a/config/waybar/style/[Light] Monochrome Contrast.css b/config/waybar/style/[Light] Monochrome Contrast.css
index b188f99a..83524d39 100644
--- a/config/waybar/style/[Light] Monochrome Contrast.css
+++ b/config/waybar/style/[Light] Monochrome Contrast.css
@@ -10,16 +10,12 @@ font-size: 97%;
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
}
-window#waybar {
- background: transparent;
-}
-
-window#waybar.empty {
- background-color: transparent;
-}
-
+window#waybar,
+window#waybar.empty,
window#waybar.empty #window {
- background-color: transparent;
+ background-color: transparent;
+ padding: 0px;
+ border: 0px;
}
tooltip {
@@ -73,6 +69,7 @@ tooltip label{
padding-left: 4px;
}
/*-----modules indv----*/
+#taskbar button,
#workspaces button {
color: black;
box-shadow: none;
@@ -84,6 +81,7 @@ tooltip label{
animation: gradient_f 20s ease-in infinite;
transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682);
}
+#taskbar button:hover,
#workspaces button:hover {
color: grey;
background-color: rgba(0,153,153,0.2);
@@ -93,8 +91,10 @@ tooltip label{
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
}
+#taskbar button.active,
#workspaces button.active {
- color: grey;
+ background-color: grey;
+ color: black;
padding-left: 8px;
padding-right: 8px;
animation: gradient_f 20s ease-in infinite;
@@ -183,21 +183,6 @@ tooltip label{
animation-direction: alternate;
}
-#taskbar button.active {
- background-color: #7f849c;
- padding-left: 6px;
- padding-right: 6px;
- animation: gradient_f 20s ease-in infinite;
- transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
-}
-
-#taskbar button:hover {
- padding-left: 2px;
- padding-right: 2px;
- animation: gradient_f 20s ease-in infinite;
- transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
-}
-
#pulseaudio-slider slider {
min-width: 0px;
min-height: 0px;
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage